home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / software / power / setup.exe / {app} / POWERARC.EXE / 0 / RCDATA / TUUENCODEFORM / TUUENCODEFORM.txt < prev   
Text File  |  2004-04-06  |  3KB  |  162 lines

  1. object UUEncodeForm: TUUEncodeForm
  2.   Left = 275
  3.   Top = 292
  4.   BorderStyle = bsDialog
  5.   Caption = 'UUencode / XXencode / MIME'
  6.   ClientHeight = 257
  7.   ClientWidth = 417
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   Icon.Data = {<image000.ico>}
  11.   KeyPreview = True
  12.   OldCreateOrder = True
  13.   Scaled = False
  14.   OnCreate = FormCreate
  15.   OnKeyPress = FormKeyPress
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object RxLabel1: TLabel
  20.     Left = 16
  21.     Top = 16
  22.     Width = 53
  23.     Height = 13
  24.     Caption = '&Source file:'
  25.     FocusControl = SourceFile
  26.   end
  27.   object RxLabel2: TLabel
  28.     Left = 16
  29.     Top = 64
  30.     Width = 72
  31.     Height = 13
  32.     Caption = '&Destination file:'
  33.     FocusControl = DestFile
  34.   end
  35.   object RxLabel3: TLabel
  36.     Left = 16
  37.     Top = 187
  38.     Width = 214
  39.     Height = 13
  40.     Caption = '&Please select or enter the volume size (in kB):'
  41.     FocusControl = SpanningMode
  42.   end
  43.   object Button1: TSpeedButton
  44.     Left = 304
  45.     Top = 32
  46.     Width = 25
  47.     Height = 21
  48.     OnClick = Button1Click
  49.   end
  50.   object Browse: TSpeedButton
  51.     Left = 304
  52.     Top = 80
  53.     Width = 25
  54.     Height = 21
  55.     OnClick = BrowseClick
  56.   end
  57.   object RadioGroup1: TRadioGroup
  58.     Left = 13
  59.     Top = 110
  60.     Width = 316
  61.     Height = 67
  62.     Caption = ' Encode Method '
  63.     Columns = 2
  64.     ItemIndex = 0
  65.     Items.Strings = (
  66.       '&UUencode'
  67.       '&XXencode'
  68.       '&Base64 (MIME)'
  69.       '&yENC')
  70.     TabOrder = 3
  71.     OnClick = RadioGroup1Click
  72.   end
  73.   object CheckBox1: TCheckBox
  74.     Left = 15
  75.     Top = 212
  76.     Width = 314
  77.     Height = 17
  78.     Caption = 'Write Decode Table To &File'
  79.     TabOrder = 5
  80.   end
  81.   object ProgressBar1: TProgressBar
  82.     Left = 14
  83.     Top = 234
  84.     Width = 395
  85.     Height = 16
  86.     Min = 0
  87.     Max = 100
  88.     TabOrder = 2
  89.   end
  90.   object SourceFile: TEdit
  91.     Left = 16
  92.     Top = 32
  93.     Width = 281
  94.     Height = 21
  95.     ReadOnly = True
  96.     TabOrder = 0
  97.     Text = 'SourceFile'
  98.   end
  99.   object DestFile: TEdit
  100.     Left = 16
  101.     Top = 80
  102.     Width = 281
  103.     Height = 21
  104.     ReadOnly = True
  105.     TabOrder = 1
  106.     Text = 'DestFile'
  107.   end
  108.   object SpanningMode: TComboBox
  109.     Left = 240
  110.     Top = 184
  111.     Width = 89
  112.     Height = 21
  113.     ItemHeight = 13
  114.     TabOrder = 4
  115.     Text = 'SpanningMode'
  116.     Items.Strings = (
  117.       'No spanning'
  118.       '100 kBytes'
  119.       '500 kBytes'
  120.       '1.0 MB'
  121.       '1.2 MB'
  122.       '1.4 MB'
  123.       '1.7 MB'
  124.       '2.0 MB')
  125.   end
  126.   object OKButt: TButton
  127.     Left = 336
  128.     Top = 16
  129.     Width = 75
  130.     Height = 25
  131.     Caption = 'OK'
  132.     Default = True
  133.     TabOrder = 6
  134.     OnClick = OKButtClick
  135.   end
  136.   object CancelButt: TButton
  137.     Left = 336
  138.     Top = 48
  139.     Width = 75
  140.     Height = 25
  141.     Caption = '&Cancel'
  142.     TabOrder = 8
  143.     OnClick = CancelButtClick
  144.   end
  145.   object HelpButt: TButton
  146.     Left = 336
  147.     Top = 80
  148.     Width = 75
  149.     Height = 25
  150.     Caption = '&Help'
  151.     TabOrder = 7
  152.     OnClick = CorelButton1Click
  153.   end
  154.   object AgOpenDialog: TAgOpenDialog
  155.     Filter = 'All files|*.*'
  156.     Title = 'Browse'
  157.     ShowPlacesBar = True
  158.     Left = 16
  159.     Top = 8
  160.   end
  161. end
  162.